mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Change(machinaris): Disabled maize
This commit is contained in:
parent
a73333d759
commit
9e1f3dc035
2 changed files with 7 additions and 1 deletions
|
@ -174,7 +174,7 @@ worker:
|
|||
api: 8938
|
||||
|
||||
- name: maize
|
||||
enabled: true
|
||||
enabled: false
|
||||
image: ghcr.io/guydavis/machinaris-maize
|
||||
mode: fullnode
|
||||
ports:
|
||||
|
|
|
@ -6,6 +6,12 @@ image:
|
|||
env:
|
||||
JAVA_OPTS: "-Dserver.use-forward-headers=true"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 4040
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue