--- apiVersion: v1 kind: Service metadata: name: gluetun-service namespace: default spec: type: NodePort selector: app: gluetun ports: - port: 8888 targetPort: 8888 nodePort: 8388 protocol: TCP --- apiVersion: v1 kind: Service metadata: name: gluetun-p2p-service namespace: default spec: type: NodePort selector: app: gluetun ports: - port: 6881 targetPort: 6881 nodePort: 30881 protocol: TCP