Skip to content

Commit

Permalink
chore: remove conflict diff for ing-right
Browse files Browse the repository at this point in the history
mistakenly committed recently
  • Loading branch information
BobyMCbobs committed Oct 17, 2024
1 parent 55d9163 commit 5d9e226
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions ephemeral_manifests/ing-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spec:
paths:
- backend:
service:
<<<<<<< HEAD
name: right-${spacename}
=======
name: ttyd-${spacename}
port:
number: 80
Expand All @@ -52,37 +49,17 @@ spec:
- backend:
service:
name: ttyd-${spacename}
>>>>>>> a295ece (chore: dd left and right)
port:
number: 80
path: /
pathType: ImplementationSpecific
<<<<<<< HEAD
# - host: right.${spacename}.${username}.${coder_domain}
# http:
# paths:
# - backend:
# service:
# name: ttyd-${spacename}
# port:
# number: 80
# path: /
# pathType: ImplementationSpecific
=======
>>>>>>> a295ece (chore: dd left and right)
tls:
# - hosts:
# - right-${spacename}-${username}.${coder_domain}
# # This one uses the default cert
- hosts:
- right-${spacename}.${username}.${coder_domain}
secretName: wildcard-tls
<<<<<<< HEAD
# - hosts:
# - right.${spacename}.${username}.${coder_domain}
# secretName: ${spacename}-wildcard-tls
=======
- hosts:
- right.${spacename}.${username}.${coder_domain}
secretName: ${spacename}-wildcard-tls
>>>>>>> a295ece (chore: dd left and right)

0 comments on commit 5d9e226

Please sign in to comment.