mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
refactor: remove comments
This commit is contained in:
parent
ec36013d2f
commit
2ecb56e250
1 changed files with 0 additions and 16 deletions
|
@ -48,19 +48,3 @@ spec:
|
|||
name: graphql
|
||||
port:
|
||||
number: 8080
|
||||
# apiVersion: extensions/v1beta1
|
||||
# kind: Ingress
|
||||
# metadata:
|
||||
# name: auth-ingress
|
||||
# annotations:
|
||||
# ingress.kubernetes.io/auth-type: basic
|
||||
# ingress.kubernetes.io/auth-realm: Default realm
|
||||
# ingress.kubernetes.io/auth-secret: bugs-frontend-secret
|
||||
# spec:
|
||||
# rules:
|
||||
# - http:
|
||||
# paths:
|
||||
# - path: /bugs
|
||||
# backend:
|
||||
# serviceName: frontend-bugs
|
||||
# servicePort: 8080
|
||||
|
|
Loading…
Reference in a new issue