Skip to content

Commit

Permalink
fix(aircon): communication not working
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Nov 27, 2023
1 parent 5322388 commit 97e5a5a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
tag: 0.3.17
env:
TZ: ${SETTING_TZ}
ports:
- name: http
containerPort: 8888
protocol: TCP
resources:
requests:
cpu: 100m
Expand All @@ -52,7 +56,7 @@ spec:
main:
ports:
http:
port: 8888
port: http

persistence:
options:
Expand Down

0 comments on commit 97e5a5a

Please sign in to comment.