change UID and GID for homer runtime
This commit is contained in:
@@ -24,9 +24,16 @@ spec:
|
||||
containers:
|
||||
- name: homer
|
||||
image: b4bz/homer:v24.05.1
|
||||
env:
|
||||
- name: GID
|
||||
value: "0"
|
||||
- name: UID
|
||||
value: "0"
|
||||
- name: PORT
|
||||
value: "8088"
|
||||
ports:
|
||||
- protocol: TCP
|
||||
containerPort: 8080
|
||||
containerPort: 8088
|
||||
name: http
|
||||
volumeMounts:
|
||||
- name: assets
|
||||
|
||||
@@ -13,5 +13,5 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8088
|
||||
targetPort: 8080
|
||||
targetPort: 8088
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user