This commit is contained in:
Ruben Hensen
2026-01-26 01:05:58 +01:00
parent 5ed04de58a
commit a6835b3dc4
8 changed files with 254 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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