Compare commits
1 Commits
v1.1.2
..
7c3c2cc41e
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c3c2cc41e |
@@ -62,7 +62,7 @@ jobs:
|
|||||||
name: Deploy to Kubernetes
|
name: Deploy to Kubernetes
|
||||||
needs: release-please
|
needs: release-please
|
||||||
if: ${{ needs.release-please.outputs.release_created }}
|
if: ${{ needs.release-please.outputs.release_created }}
|
||||||
runs-on: [ k3s-lan-01 ]
|
runs-on: [ k3s-internal-htz-01 ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ spec:
|
|||||||
name: "echolog"
|
name: "echolog"
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_HOST
|
- name: MYSQL_HOST
|
||||||
value: "10.10.2.27"
|
value: "10.10.25.4"
|
||||||
- name: MYSQL_USER
|
- name: MYSQL_USER
|
||||||
value: "echolog"
|
value: "echolog"
|
||||||
- name: MYSQL_PASSWORD
|
- name: MYSQL_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user