mirror of
https://github.com/zitadel/zitadel
synced 2024-11-23 03:03:39 +00:00
5a7d44327e
* moved base * as per PR * Update k8s/base/deployment.yaml Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
14 lines
179 B
YAML
14 lines
179 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: console-v1
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: console-http
|
|
selector:
|
|
app: zitadel
|
|
version: v1
|