Files
k8scd/sogo/service.yaml
T
Ruben Hensen a6835b3dc4 Add SOGo
2026-01-26 01:05:58 +01:00

17 lines
218 B
YAML

apiVersion: v1
kind: Service
metadata:
name: sogo
namespace: sogo
labels:
app: sogo
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http
selector:
app: sogo