From ac8ec87053eadfa52d3f83e430484400a4cfa992 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Tue, 2 Jun 2026 19:19:10 +0200 Subject: k8s: remove traefik --- kubernetes/traefik/02-traefik.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 kubernetes/traefik/02-traefik.yml (limited to 'kubernetes/traefik/02-traefik.yml') diff --git a/kubernetes/traefik/02-traefik.yml b/kubernetes/traefik/02-traefik.yml deleted file mode 100644 index 2a6a4d1..0000000 --- a/kubernetes/traefik/02-traefik.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -kind: Deployment -apiVersion: apps/v1 -metadata: - name: traefik-deployment - labels: - app: traefik - -spec: - replicas: 1 - selector: - matchLabels: - app: traefik - template: - metadata: - labels: - app: traefik - spec: - serviceAccountName: traefik-account - containers: - - name: traefik - image: traefik:v3.3 - args: - - --api.insecure - - --providers.kubernetesingress - ports: - - name: web - containerPort: 80 - - name: dashboard - containerPort: 8080 -... -- cgit v1.2.3 iac.git/log/docker/compose/README.md?showmsg=1&follow=1'>logtreecommitdiffstats
path: root/docker/compose/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-04-29tofu: update bpg/proxmox to 0.104.0clyhtsuriva1-1/+1
2026-04-10tofu: update bpg/proxmox to 0.101.1clyhtsuriva1-1/+1
2026-01-23Update ansible requirements, fixing deprecation warningclyhtsuriva2-6/+7
2026-01-23tofu: update bpg/proxmox to 0.93.0clyhtsuriva1-1/+1
2025-12-25ansible: fix deprecation warnings and update configurationclyhtsuriva7-7/+24
- Update all ansible_* fact references to use ansible_facts['fact_name'] syntax as required by upcoming Ansible 2.24 changes - Set INJECT_FACTS_AS_VARS = False in ansible.cfg to prepare for deprecation - Document known issue with community.proxmox _collections_compat warning" - Fix community.proxmox plugin name in inventory configuration - Add requirements.yml for collection dependencies
2025-12-25tofu: update bpg/proxmox to 0.90.0clyhtsuriva1-1/+1
2025-10-12tofu: update bpg/proxmox to 0.85.0clyhtsuriva1-1/+1
2025-10-12packer: disable package upgrades in user-data for Ubuntuclyhtsuriva1-1/+1
2025-08-30tofu: update bpg/proxmox to 0.82.1clyhtsuriva1-1/+1
2025-07-09ansible: install helm on k8s mastersclyhtsuriva2-0/+34
2025-07-09k8s: remove puterclyhtsuriva6-130/+0
2025-07-09Remove gitea from ansible & dockerclyhtsuriva5-89/+0
2025-07-09tofu: update bpg/proxmox to 0.79.0clyhtsuriva1-1/+1
2025-06-22ansible: set apt lock_timeout to 3minclyhtsuriva3-2/+4
2025-06-22tofu: update bpg/proxmox to 0.78.2clyhtsuriva1-1/+1
2025-05-24tofu: update bpg/proxmox to 0.78.0 (tested)clyhtsuriva2-2/+3
2025-05-01tofu: update bpg/proxmox to 0.77.0 (tested)clyhtsuriva1-1/+1
2025-04-22tofu: update bpg/proxmox to 0.76.0 (tested)clyhtsuriva1-1/+1
2025-04-15tofu: update bpg/proxmox to 0.75.0 (tested)clyhtsuriva1-1/+1
2025-04-04ansible: remove docker git repo cloning taskclyhtsuriva2-46/+0
2025-04-04ansible: deploy gitea using ansible (w.i.p.)clyhtsuriva4-0/+58