mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
ci: use port 8080
This commit is contained in:
parent
810510a556
commit
c6844f8250
2 changed files with 6 additions and 2 deletions
2
.github/workflows/kustomize.yml
vendored
2
.github/workflows/kustomize.yml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Create k8s Kind Cluster
|
||||
uses: helm/kind-action@v1.1.0
|
||||
with:
|
||||
version: v0.11.1
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
|
|
|
@ -23,10 +23,12 @@ spec:
|
|||
containers:
|
||||
- name: pokeapi
|
||||
image: pokeapi/pokeapi:staging
|
||||
# imagePullPolicy: Always
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- containerPort: 8080
|
||||
env:
|
||||
- name: SERVER_PORT
|
||||
value: 8080
|
||||
- name: POSTGRES_HOST
|
||||
value: postgresql
|
||||
- name: POSTGRES_USER
|
||||
|
|
Loading…
Reference in a new issue