31 lines
670 B
YAML
31 lines
670 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app.kubernetes.io/component: connect
|
||
|
app.kubernetes.io/instance: 1password-connect
|
||
|
app.kubernetes.io/managed-by: Helm
|
||
|
app.kubernetes.io/name: connect
|
||
|
app.kubernetes.io/version: 1.7.2
|
||
|
helm.sh/chart: connect-1.14.0
|
||
|
name: onepassword-connect
|
||
|
namespace: 1password
|
||
|
spec:
|
||
|
clusterIP: 10.98.124.125
|
||
|
clusterIPs:
|
||
|
- 10.98.124.125
|
||
|
internalTrafficPolicy: Cluster
|
||
|
ipFamilies:
|
||
|
- IPv4
|
||
|
ipFamilyPolicy: SingleStack
|
||
|
ports:
|
||
|
- name: connect-sync
|
||
|
nodePort: 30656
|
||
|
port: 8081
|
||
|
- name: connect-api
|
||
|
nodePort: 31060
|
||
|
port: 8080
|
||
|
selector:
|
||
|
app: onepassword-connect
|
||
|
type: NodePort
|