Files
podinfo/deploy/bases/cache/service.yaml
T
2026-02-01 11:45:23 +02:00

14 lines
211 B
YAML

apiVersion: v1
kind: Service
metadata:
name: cache
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: cache
ports:
- name: redis
port: 6379
protocol: TCP
targetPort: redis