Skip to content

Commit bc9d258

Browse files
committed
remove traefik values file
1 parent caeafd6 commit bc9d258

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

‎12-deploying-containers/kubernetes/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: deploy-traefik
22
deploy-traefik:
33
-helm repo add traefik https://traefik.github.io/charts
4-
helm upgrade --install -n traefik --create-namespace -f traefik-values traefik traefik/traefik
4+
helm upgrade --install -n traefik --create-namespace traefik traefik/traefik
55

66
.PHONY: deploy-postgres
77
deploy-postgres:

‎12-deploying-containers/kubernetes/traefik-values‎

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)