Files
k8scd/sogo/service.yaml
T
Ruben Hensen 392aed9a65 Revert "Add snappy, remove sogo"
This reverts commit ff3d690dcf.
2026-01-26 02:11:42 +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