-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpatch-urls.yml
25 lines (25 loc) · 996 Bytes
/
patch-urls.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#-----------------------------------------------------------------------------------------------------------------
# Example configuration for spinnaker public facing URLs.
#-----------------------------------------------------------------------------------------------------------------
apiVersion: spinnaker.armory.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
spec:
spinnakerConfig:
config:
security:
apiSecurity:
overrideBaseUrl: https://spinnaker.mycompany.com/api # Public API (Gate) url. Using the same hostname for deck and gate only works when exposing spinnaker with ingress.
corsAccessPattern: https://spinnaker.mycompany.com
uiSecurity:
overrideBaseUrl: https://spinnaker.mycompany.com # Public UI (Deck) url.
profiles:
gate:
swagger.basePath: /api
server:
servlet:
context-path: /api
service-settings:
gate:
healthEndpoint: /api/health