Skip to content

Commit

Permalink
Remove cgimap from web config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 18, 2023
1 parent 1547f7e commit 5b6149a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 81 deletions.
3 changes: 0 additions & 3 deletions osm-seed/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ spec:
- name: http
containerPort: 80
protocol: TCP
- name: cgimap
containerPort: 81
protocol: TCP
livenessProbe:
httpGet:
path: /api/0.6/capabilities
Expand Down
26 changes: 0 additions & 26 deletions osm-seed/templates/web/web-ingress-cgimap.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions osm-seed/templates/web/web-service-cgimap.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ web:
minReplicas: 1
maxReplicas: 3
cpuUtilization: 80
cgimap:
enabled: true

# ====================================================================================================
# Variables for memcached. Memcached is used to store session cookies
# ====================================================================================================
Expand Down

0 comments on commit 5b6149a

Please sign in to comment.