c4k-taiga/src/main/resources/taiga/back-service.yaml

18 lines
No EOL
343 B
YAML

kind: Service
apiVersion: v1
metadata:
name: taiga-back
labels:
app.kubernetes.part-of: c4k-taiga
app.kubernetes.io/component: taiga-back
namespace: default
spec:
type: ClusterIP
selector:
app.kubernetes.io/component: taiga-back
ports:
- name: http
targetPort: http
port: 8000
protocol: TCP