mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-10 09:09:50 +01:00
15 lines
226 B
YAML
15 lines
226 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: session-db
|
|
labels:
|
|
name: session-db
|
|
spec:
|
|
ports:
|
|
# the port that this service should serve on
|
|
- port: 6379
|
|
targetPort: 6379
|
|
selector:
|
|
name: session-db
|