mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add snappy, remove sogo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: snappymail
|
||||
labels:
|
||||
app: snappymail
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8888
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: snappymail
|
||||
Reference in New Issue
Block a user