move KMS to kubernetes

This commit is contained in:
Pim Kunis 2024-03-28 20:01:17 +01:00
parent 58f8ae10f5
commit b4805c028c
4 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,6 @@
- {role: radicale, tags: radicale} - {role: radicale, tags: radicale}
- {role: hedgedoc, tags: hedgedoc} - {role: hedgedoc, tags: hedgedoc}
- {role: inbucket, tags: inbucket} - {role: inbucket, tags: inbucket}
- {role: kms, tags: kms}
- {role: swarm_dashboard, tags: swarm_dashboard} - {role: swarm_dashboard, tags: swarm_dashboard}
- {role: pihole, tags: pihole} - {role: pihole, tags: pihole}
- {role: nextcloud, tags: nextcloud} - {role: nextcloud, tags: nextcloud}

View file

@ -1,5 +1,3 @@
- debug:
msg: "{{ admin_password }}"
- name: Deploy Docker stack - name: Deploy Docker stack
docker_stack: docker_stack:
name: freshrss name: freshrss

View file

@ -23,6 +23,7 @@
services.kms.spec = { services.kms.spec = {
type = "LoadBalancer"; type = "LoadBalancer";
loadBalancerIP = "192.168.30.129";
selector.app = "kms"; selector.app = "kms";
ports = [{ ports = [{

View file

@ -45,5 +45,6 @@ in
address = [ address = [
"/ns.pizzapim.nl/${cfg.dmz.ipv4.services}" "/ns.pizzapim.nl/${cfg.dmz.ipv4.services}"
"/ns.pizzapim.nl/${cfg.dmz.ipv6.services}" "/ns.pizzapim.nl/${cfg.dmz.ipv6.services}"
"/kms.kun.is/192.168.30.129"
]; ];
} }