Skip to content

Commit

Permalink
Devices added to phoebus screen, minor changes to services
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Herbert committed Nov 21, 2024
1 parent 955622f commit 6fc89ed
Show file tree
Hide file tree
Showing 6 changed files with 2,521 additions and 837 deletions.
20 changes: 20 additions & 0 deletions ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
name: p99-opis-ingress
spec:
ingressClassName: nginx
tls:
- hosts:
- p99-opis.diamond.ac.uk
rules:
- host: p99-opis.diamond.ac.uk
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: epics-opis
port:
number: 80
2,163 changes: 2,163 additions & 0 deletions opi/hs_err_pid1196450.log

Large diffs are not rendered by default.

Loading

0 comments on commit 6fc89ed

Please sign in to comment.