Skip to content

Commit

Permalink
test: remove queue
Browse files Browse the repository at this point in the history
  • Loading branch information
junha-ahn committed Oct 27, 2023
1 parent bc08723 commit e056508
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 157 deletions.
99 changes: 0 additions & 99 deletions src/kubernetes/ticketing-chart/templates/deployment-queuing.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions src/kubernetes/ticketing-chart/templates/redis.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions src/kubernetes/ticketing-chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ spec:
---
apiVersion: v1
kind: Service
metadata:
name: {{ include "ticketing-chart.fullname" . }}-queuing-api
namespace: {{ .Values.namespace }}
spec:
type: ClusterIP
ports:
- port: {{ .Values.queuing_system.config.PORT }}
targetPort: {{ .Values.queuing_system.config.PORT }}
selector:
{{- include "ticketing-chart.queuingSelectorLabels" . | nindent 4 }}
---
apiVersion: v1
kind: Service
metadata:
name: prometheus-grafana-node-port
namespace: monitoring
Expand Down

0 comments on commit e056508

Please sign in to comment.