Skip to content

Commit

Permalink
test: test release v0.1.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeap authored Aug 7, 2023
2 parents acfabea + a3e40e3 commit fd9cdc1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/terraform-canvas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.1.1"
version: "0.1.2"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-canvas/templates/back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: "back-service"
name: "backend-cluster"
labels:
{{- include "terraform-canvas.labels" . | nindent 4 }}-back
spec:
Expand Down
20 changes: 19 additions & 1 deletion charts/terraform-canvas/templates/front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,22 @@ spec:
protocol: TCP
selector:
app: {{ include "terraform-canvas.name" . }}-front

---
apiVersion: v1
kind: Service
metadata:
name: "front-lb"
namespace: default
annotations:
oci.oraclecloud.com/load-balancer-type: "lb"
service.beta.kubernetes.io/oci-load-balancer-backend-protocol: "HTTP"
labels:
{{- include "terraform-canvas.labels" . | nindent 4 }}-front
spec:
type: {{ .Values.frontend.lb.type }}
ports:
- name: http
port: {{ .Values.frontend.lb.http.servicePort }}
targetPort: {{ .Values.frontend.lb.http.targetPort }}
selector:
app: {{ include "terraform-canvas.name" . }}-front

0 comments on commit fd9cdc1

Please sign in to comment.