link and filename

This commit is contained in:
2024-05-22 11:50:43 +02:00
parent d2abfcb983
commit 8aa8996074
4 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: redis
spec:
ports:
- name: redis
port: 6379
targetPort: redis
selector:
app: redis