Skip to content

Commit

Permalink
traefik label correctly formated
Browse files Browse the repository at this point in the history
  • Loading branch information
SDKHISSI authored and SDKHISSI committed Dec 16, 2024
1 parent 4a73892 commit 88e3245
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions efnc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ metadata:
labels:
app: efnc-phpmyadmin
traefik.enable: true
traefik.http.routers.phpmyadmin.rule: PathPrefix(`/efncpma`)
traefik.http.routers.phpmyadmin.entrypoints: web
traefik.http.routers.phpmyadmin.middlewares: strip-phpmyadmin-prefix
traefik.http.services.phpmyadmin.loadbalancer.server.port: 80
traefik.http.middlewares.strip-phpmyadmin-prefix.stripPrefix.prefixes: /efncpma
traefik.http.routers.efnc-phpmyadmin.rule: PathPrefix(`/efncpma`)
traefik.http.routers.efnc-phpmyadmin.entrypoints: web
traefik.http.routers.efnc-phpmyadmin.middlewares: strip-phpmyadmin-prefix
traefik.http.services.efnc-phpmyadmin.loadbalancer.server.port: 80
traefik.http.middlewares.strip-efnc-phpmyadmin-prefix.stripPrefix.prefixes: /efncpma
spec:
restartPolicy: Always
containers:
Expand Down Expand Up @@ -86,11 +86,11 @@ metadata:
labels:
app: efnc-web
traefik.enable: true
traefik.http.routers.webdap.rule: PathPrefix(`/efnc`)
traefik.http.routers.webdap.entrypoints: web
traefik.http.routers.webdap.middlewares: strip-webdap-prefix
traefik.http.services.webdap.loadbalancer.server.port: 80
traefik.http.middlewares.strip-webdap-prefix.stripPrefix.prefixes: /efnc
traefik.http.routers.efnc-web.rule: PathPrefix(`/efnc`)
traefik.http.routers.efnc-web.entrypoints: web
traefik.http.routers.efnc-web.middlewares: strip-webdap-prefix
traefik.http.services.efnc-web.loadbalancer.server.port: 80
traefik.http.middlewares.strip-efnc-web-prefix.stripPrefix.prefixes: /efnc
spec:
restartPolicy: Always
containers:
Expand Down
20 changes: 10 additions & 10 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ metadata:
labels:
app: efnc-phpmyadmin
traefik.enable: true
traefik.http.routers.phpmyadmin.rule: PathPrefix(`/efncpma`)
traefik.http.routers.phpmyadmin.entrypoints: web
traefik.http.routers.phpmyadmin.middlewares: strip-phpmyadmin-prefix
traefik.http.services.phpmyadmin.loadbalancer.server.port: 80
traefik.http.middlewares.strip-phpmyadmin-prefix.stripPrefix.prefixes: /efncpma
traefik.http.routers.efnc-phpmyadmin.rule: PathPrefix(`/efncpma`)
traefik.http.routers.efnc-phpmyadmin.entrypoints: web
traefik.http.routers.efnc-phpmyadmin.middlewares: strip-phpmyadmin-prefix
traefik.http.services.efnc-phpmyadmin.loadbalancer.server.port: 80
traefik.http.middlewares.strip-efnc-phpmyadmin-prefix.stripPrefix.prefixes: /efncpma
spec:
restartPolicy: Always
containers:

Check warning

Code scanning / SonarCloud

Service account permissions should be restricted Medium

Bind this resource's automounted service account to RBAC or disable automounting. See more on SonarQube Cloud
Expand Down Expand Up @@ -86,11 +86,11 @@ metadata:
labels:
app: efnc-web
traefik.enable: true
traefik.http.routers.webdap.rule: PathPrefix(`/efnc`)
traefik.http.routers.webdap.entrypoints: web
traefik.http.routers.webdap.middlewares: strip-webdap-prefix
traefik.http.services.webdap.loadbalancer.server.port: 80
traefik.http.middlewares.strip-webdap-prefix.stripPrefix.prefixes: /efnc
traefik.http.routers.efnc-web.rule: PathPrefix(`/efnc`)
traefik.http.routers.efnc-web.entrypoints: web
traefik.http.routers.efnc-web.middlewares: strip-webdap-prefix
traefik.http.services.efnc-web.loadbalancer.server.port: 80
traefik.http.middlewares.strip-efnc-web-prefix.stripPrefix.prefixes: /efnc
spec:
restartPolicy: Always
containers:

Check warning

Code scanning / SonarCloud

Service account permissions should be restricted Medium

Bind this resource's automounted service account to RBAC or disable automounting. See more on SonarQube Cloud
Expand Down

0 comments on commit 88e3245

Please sign in to comment.