move KMS to kubernetes
This commit is contained in:
parent
58f8ae10f5
commit
b4805c028c
4 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
|||
- {role: radicale, tags: radicale}
|
||||
- {role: hedgedoc, tags: hedgedoc}
|
||||
- {role: inbucket, tags: inbucket}
|
||||
- {role: kms, tags: kms}
|
||||
- {role: swarm_dashboard, tags: swarm_dashboard}
|
||||
- {role: pihole, tags: pihole}
|
||||
- {role: nextcloud, tags: nextcloud}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
- debug:
|
||||
msg: "{{ admin_password }}"
|
||||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: freshrss
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
services.kms.spec = {
|
||||
type = "LoadBalancer";
|
||||
loadBalancerIP = "192.168.30.129";
|
||||
selector.app = "kms";
|
||||
|
||||
ports = [{
|
||||
|
|
|
@ -45,5 +45,6 @@ in
|
|||
address = [
|
||||
"/ns.pizzapim.nl/${cfg.dmz.ipv4.services}"
|
||||
"/ns.pizzapim.nl/${cfg.dmz.ipv6.services}"
|
||||
"/kms.kun.is/192.168.30.129"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue