mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-22 07:50:19 +00:00
Merge branch 'main' of https://github.com/JamesTurland/JimsGarage
This commit is contained in:
commit
ea82a9098e
4 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
cmd: talosctl apply-config --insecure --nodes {{ control_plane_2 }} --file {{ config_directory }}/controlplane.yaml
|
||||
changed_when: true
|
||||
|
||||
- name: Apply config to first node
|
||||
- name: Apply config to third node
|
||||
ansible.builtin.command:
|
||||
cmd: talosctl apply-config --insecure --nodes {{ control_plane_3 }} --file {{ config_directory }}/controlplane.yaml
|
||||
changed_when: true
|
||||
|
|
|
@ -26,7 +26,7 @@ services:
|
|||
- KC_DB=postgres
|
||||
- KC_DB_USERNAME=keycloak
|
||||
- KC_DB_PASSWORD=SUPERsecret
|
||||
- KC_DB_URL_HOST=postgres
|
||||
- KC_DB_URL_HOST=postgresql
|
||||
- KC_DB_URL_PORT=5432
|
||||
- KC_DB_URL_DATABASE=keycloak
|
||||
- KEYCLOAK_ADMIN=admin
|
||||
|
|
|
@ -103,7 +103,7 @@ done
|
|||
# Install policycoreutils for each node
|
||||
for newnode in "${all[@]}"; do
|
||||
ssh $user@$newnode -i ~/.ssh/$certName sudo su <<EOF
|
||||
NEEDRESTART_MODE=a apt install policycoreutils -y
|
||||
NEEDRESTART_MODE=a apt-get install policycoreutils -y
|
||||
exit
|
||||
EOF
|
||||
echo -e " \033[32;5mPolicyCoreUtils installed!\033[0m"
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
creationTimestamp: null
|
||||
labels:
|
||||
app.kubernetes.io/name: kube-vip-ds
|
||||
app.kubernetes.io/version: v0.7.2
|
||||
app.kubernetes.io/version: v0.8.2
|
||||
name: kube-vip-ds
|
||||
namespace: kube-system
|
||||
spec:
|
||||
|
@ -16,7 +16,7 @@ spec:
|
|||
creationTimestamp: null
|
||||
labels:
|
||||
app.kubernetes.io/name: kube-vip-ds
|
||||
app.kubernetes.io/version: v0.7.2
|
||||
app.kubernetes.io/version: v0.8.2
|
||||
spec:
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
|
@ -64,7 +64,7 @@ spec:
|
|||
value: $vip
|
||||
- name: prometheus_server
|
||||
value: :2112
|
||||
image: ghcr.io/kube-vip/kube-vip:v0.6.3
|
||||
image: ghcr.io/kube-vip/kube-vip:v0.8.2
|
||||
imagePullPolicy: Always
|
||||
name: kube-vip
|
||||
resources: {}
|
||||
|
|
Loading…
Reference in a new issue