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

18 lines
378 B
YAML
Raw Normal View History

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