apiVersion: v1 kind: Service metadata: name: netbox-redis namespace: netbox spec: selector: app: netbox-redis type: ClusterIP ports: - name: netbox-redis-port protocol: TCP port: 6379 targetPort: 6379