apiVersion: v1 kind: Service metadata: name: gotify namespace: gotify spec: ports: - protocol: TCP name: web port: 80 selector: app: gotify