Skip to content

Commit

Permalink
remove redundant static service
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 22, 2024
1 parent 6389bca commit d687d0e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
# A manually constructed ingress to give us a URL into the opis service
apiVersion: v1
kind: Service
metadata:
labels:
app: epics-opis
ioc_group: p47
location: bl47p
name: epics-opis-static
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
- name: https
port: 443
protocol: TCP
targetPort: 443
selector:
app: epics-opis
sessionAffinity: None
type: LoadBalancer
loadBalancerIP: 172.23.168.217

---
kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
Expand Down

0 comments on commit d687d0e

Please sign in to comment.