14 lines
227 B
YAML
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
|