Compare commits
3 Commits
e7c0cc6af8
...
407dde2184
| Author | SHA1 | Date | |
|---|---|---|---|
|
407dde2184
|
|||
| 240f843564 | |||
| 7c0039ca5d |
@@ -105,8 +105,14 @@ rybbit:
|
|||||||
env:
|
env:
|
||||||
- name: NODE_ENV
|
- name: NODE_ENV
|
||||||
value: production
|
value: production
|
||||||
|
- name: USE_WEBSERVER
|
||||||
|
value: false
|
||||||
|
- name: HOST_BACKEND_PORT
|
||||||
|
value: 3001
|
||||||
|
- name: HOST_CLIENT_PORT
|
||||||
|
value: 3002
|
||||||
- name: NEXT_PUBLIC_BACKEND_URL
|
- name: NEXT_PUBLIC_BACKEND_URL
|
||||||
value: https://rybbit.alexlebens.dev
|
value: http://rybbit-backend.rybbit:3001
|
||||||
- name: NEXT_PUBLIC_DISABLE_SIGNUP
|
- name: NEXT_PUBLIC_DISABLE_SIGNUP
|
||||||
value: false
|
value: false
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ snapshot-controller:
|
|||||||
leaderElectionNamespace: snapshot-controller
|
leaderElectionNamespace: snapshot-controller
|
||||||
image:
|
image:
|
||||||
repository: registry.k8s.io/sig-storage/snapshot-controller
|
repository: registry.k8s.io/sig-storage/snapshot-controller
|
||||||
tag: v8.4.0
|
tag: v8.5.0
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|||||||
Reference in New Issue
Block a user