hostaliases

This commit is contained in:
Steffen Illium 2024-05-16 22:40:14 +02:00
parent e6dfbe5541
commit f66cea38ea

View File

@ -36,6 +36,14 @@ spec:
- mountPath: /app/config - mountPath: /app/config
name: homepage-pvc name: homepage-pvc
restartPolicy: Always restartPolicy: Always
hostAliases:
- ip: "192.168.178.102"
hostnames:
- "emby.steffenillium.de"
- "traefik.steffenillium.de"
- "photos.steffenillium.de"
- "newcloud.steffenillium.de"
- "documents.steffenillium.de"
volumes: volumes:
- name: homepage-pvc - name: homepage-pvc
persistentVolumeClaim: persistentVolumeClaim: