mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-22 10:46:45 +00:00
- implement cache with Redis - add cache-server to args and config - add Redis deployment to webapp overlays
14 lines
192 B
YAML
14 lines
192 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: cache
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: cache
|
|
ports:
|
|
- name: redis
|
|
port: 6379
|
|
protocol: TCP
|
|
targetPort: redis
|