mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-05-19 07:56:33 +00:00
14 lines
211 B
YAML
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
|