Skip to content

Commit

Permalink
use microk8s_dns_resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Feb 25, 2024
1 parent d66e7fa commit cc78a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mojaloop/iac/playbooks/argomicrok8s_cluster_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
microk8s_group_WORKERS: "agent"
add_workers_to_hostfile: true
microk8s_plugins:
dns: "1.1.1.1"
dns: "{{ microk8s_dns_resolvers }}"
ingress: false # Ingress controller for external access
metrics-server: true # K8s Metrics Server for API access to service metrics
rbac: true # Role-Based Access Control for authorisation
Expand Down
2 changes: 1 addition & 1 deletion mojaloop/iac/roles/microk8s/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ microk8s_version: "1.27/stable"
microk8s_disable_snap_autoupdate: false

# plugin configuration
microk8s_dns_resolvers: 8.8.8.8,8.8.4.4
microk8s_dns_resolvers: 1.1.1.1
registry_size: 20Gi
microk8s_plugins:
dns: "{{ microk8s_dns_resolvers }}" # CoreDNS
Expand Down

0 comments on commit cc78a04

Please sign in to comment.