Merge pull request #187 from 3dwardch3ng/app/homer

change UID and GID for homer runtime
This commit is contained in:
2024-06-17 10:51:11 +10:00
committed by GitHub
2 changed files with 9 additions and 2 deletions

View File

@@ -24,9 +24,16 @@ spec:
containers: containers:
- name: homer - name: homer
image: b4bz/homer:v24.05.1 image: b4bz/homer:v24.05.1
env:
- name: GID
value: "0"
- name: UID
value: "0"
- name: PORT
value: "8088"
ports: ports:
- protocol: TCP - protocol: TCP
containerPort: 8080 containerPort: 8088
name: http name: http
volumeMounts: volumeMounts:
- name: assets - name: assets

View File

@@ -13,5 +13,5 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 8088 port: 8088
targetPort: 8080 targetPort: 8088
name: http name: http