mirror of
https://github.com/maxbarsukov/itmo.git
synced 2026-09-12 19:19:57 +05:00
12 lines
167 B
YAML
12 lines
167 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: redis
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: redis
|
|
ports:
|
|
- port: ${REDIS_PORT}
|
|
targetPort: ${REDIS_PORT}
|