Zitadel/manifests/service.yaml
Tanguy Herbron e05a913430 WIP: Initial commit
Includes a basic docker-compose and a hopefully working k8s manifest set.
2024-05-08 09:44:04 +02:00

14 lines
227 B
YAML

apiVersion: v1
kind: Service
metadata:
name: zitadel-svc
namespace: zitadel
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
selector:
app: zitadel