Skip to content

Commit

Permalink
fix public port
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 6, 2024
1 parent 4330f81 commit e6f1bd4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions radixconfig.c2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
ports:
- name: http
port: 8080
publicPort: http
runtime:
architecture: arm64
variables:
Expand Down
1 change: 1 addition & 0 deletions radixconfig.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
ports:
- name: http
port: 8080
publicPort: http
runtime:
architecture: arm64
variables:
Expand Down
1 change: 1 addition & 0 deletions radixconfig.platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
ports:
- name: http
port: 8080
publicPort: http
runtime:
architecture: arm64
variables:
Expand Down
1 change: 1 addition & 0 deletions radixconfig.playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
ports:
- name: http
port: 8080
publicPort: http
runtime:
architecture: arm64
variables:
Expand Down
1 change: 1 addition & 0 deletions radixconfig.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
ports:
- name: http
port: 8080
publicPort: http
runtime:
architecture: arm64
variables:
Expand Down

0 comments on commit e6f1bd4

Please sign in to comment.