Skip to content

Commit

Permalink
fix 401 issue when deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
thcathy committed Apr 21, 2024
1 parent 36f3bd2 commit eeaf725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ app_name: web-parser-rest
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
traefik_network: traefik_traefik-public
traefik_router_rule: Host(`{{ inventory_hostname }}`) && PathPrefix(`/{{ app_name }}`)
kubeconfig: /home/ubuntu/.kube/config
kubeconfig: /etc/rancher/k3s/k3s.yaml
docker_volume_root: ~/docker/volume

0 comments on commit eeaf725

Please sign in to comment.