mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 23:07:00 +00:00
11 lines
164 B
YAML
11 lines
164 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis-http-cache
|
|
spec:
|
|
clusterIP: None
|
|
ports:
|
|
- protocol: "TCP"
|
|
port: 6379
|
|
targetPort: http-cache-port
|