🎉 initial commit
This commit is contained in:
14
sourcegraph/ingress-sourcegraph.yaml
Normal file
14
sourcegraph/ingress-sourcegraph.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: sourcegraph
|
||||
namespace: outils
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`sourcegraph.dev.localhost`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: sourcegraph
|
||||
port: 7080
|
||||
Reference in New Issue
Block a user