--- apiVersion: v1 kind: Service metadata: name: invidious-db-service namespace: default spec: selector: app: invidious-db ports: - protocol: TCP port: 5432 targetPort: 5432 --- apiVersion: v1 kind: Service metadata: name: invidious namespace: default spec: selector: app: invidious ports: - protocol: TCP port: 3000 targetPort: 3000 --- apiVersion: v1 kind: Service metadata: name: inv-sig-helper namespace: default spec: selector: app: inv-sig-helper ports: - protocol: TCP port: 12999 targetPort: 12999 --- apiVersion: v1 kind: Service metadata: name: invidious-service namespace: default spec: type: NodePort selector: app: invidious ports: - port: 3000 targetPort: 3000 nodePort: 3111 protocol: TCP