apiVersion: v1 kind: Service metadata: annotations: meta.helm.sh/release-name: netbox meta.helm.sh/release-namespace: netbox labels: app.kubernetes.io/name: netbox name: netbox namespace: netbox spec: ipFamilies: - IPv4 - IPv6 ipFamilyPolicy: PreferDualStack ports: - name: http port: 80 protocol: TCP targetPort: http selector: app.kubernetes.io/name: netbox sessionAffinity: None type: ClusterIP