mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
15 lines
211 B
YAML
15 lines
211 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: snappymail
|
|
labels:
|
|
app: snappymail
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8888
|
|
protocol: TCP
|
|
selector:
|
|
app: snappymail
|