change UID and GID for homer runtime
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 8088
|
port: 8088
|
||||||
targetPort: 8080
|
targetPort: 8088
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user