Skip to content

Commit

Permalink
update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kreutz committed Feb 1, 2021
1 parent 5d4c3f0 commit acb5b73
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions example-config/kubernetes-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ spec:
secretName: mobile-access-gateway-secret
containers:
- name: mobile-access-gateway
image: gateway:latest
imagePullPolicy: Never
image: eu.gcr.io/fhir-ch/mag:v020
resources:
requests:
memory: "0.6Gi"
Expand Down Expand Up @@ -54,10 +53,10 @@ metadata:
spec:
type: NodePort
ports:
- port: 8080
- port: 9090
name: http
targetPort: 9090
- port: 8081
- port: 9091
name: https
targetPort: 9091
selector:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ server:
key-store: classpath:example-server-certificate.p12
key-store-password: a1b2c3
key-store-type: pkcs12
key-alias: bfh1
key-alias: server
port: 9091 # Application listening port for HTTPS
http:
port: 9090 # Application listening port for HTTP. Remove line to disable.
Expand Down
Binary file modified src/main/resources/example-server-certificate.p12
Binary file not shown.

0 comments on commit acb5b73

Please sign in to comment.