21 lines
454 B
YAML
21 lines
454 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert
|
|
kompose.version: 1.21.0 (992df58d8)
|
|
creationTimestamp: null
|
|
labels:
|
|
app.kubernetes.io/name: budibase-proxy
|
|
name: proxy-service
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: {{ .Values.services.proxy.port }}
|
|
targetPort: {{ .Values.services.proxy.port }}
|
|
protocol: TCP
|
|
selector:
|
|
app.kubernetes.io/name: budibase-proxy
|
|
status:
|
|
loadBalancer: {}
|