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

18 lines
362 B
YAML
Raw Normal View History

kind: Service
apiVersion: v1
metadata:
2023-08-22 13:12:15 +02:00
name: taiga-protected
2025-01-14 11:47:58 +01:00
namespace: taiga
labels:
app.kubernetes.part-of: c4k-taiga
app.kubernetes.io/component: taiga-protected
spec:
type: ClusterIP
selector:
app.kubernetes.io/component: taiga-protected
ports:
- name: http
targetPort: http
port: 8003
protocol: TCP