update
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
image: guacamole/guacamole
|
||||
resources:
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '200m'
|
||||
memory: '1024Mi'
|
||||
env:
|
||||
- name: GUACD_HOSTNAME
|
||||
|
@@ -16,9 +16,9 @@ spec:
|
||||
image: guacamole/guacd
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: '512Mi'
|
||||
cpu: 100m
|
||||
memory: "32Mi"
|
||||
ports:
|
||||
- protocol: TCP
|
||||
name: guacd
|
||||
containerPort: 4822
|
||||
containerPort: 4822
|
||||
|
Reference in New Issue
Block a user