apiVersion: v1 kind: Service metadata: annotations: labels: app: teampaass name: teampass namespace: teampass-system spec: ipFamilies: - IPv4 - IPv6 ipFamilyPolicy: PreferDualStack ports: - name: http port: 80 protocol: TCP targetPort: http - name: https port: 443 protocol: TCP targetPort: https selector: app: teampass type: ClusterIP