Skip to content

Commit

Permalink
fix: added letsencrypt default params
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jun 5, 2022
1 parent 606278b commit 15a0a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/as-k8s/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:

#@ servicePorts = []
#@ servicePorts.extend(data.values.service.ports)
#@ servicePorts.extend([{ "name": "http", "port": 443, "protocol": "TCP", "targetPort": data.values.deployment.port }])
#@ servicePorts.extend([{ "name": "https", "port": 443, "protocol": "TCP", "targetPort": data.values.deployment.port }])
ports: #@ servicePorts
#@ end

Expand Down

0 comments on commit 15a0a73

Please sign in to comment.