Skip to content
Snippets Groups Projects
Commit 4ee0dd99 authored by thijsheijden's avatar thijsheijden
Browse files

Renamed and cleaned up Kubernetes deployment files

parent 052d0672
No related branches found
No related tags found
No related merge requests found
# `/deployments`
Docker and Kubernetes yaml files.
\ No newline at end of file
File moved
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: query-service
name: arangodb-query-service
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: query-service
name: arangodb-query-service
minReplicas: 1
maxReplicas: 3
metrics:
......
File moved
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: query-service
name: neo4j-query-service
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: query-service
name: neo4j-query-service
minReplicas: 1
maxReplicas: 3
metrics:
......
# Service that exposes this deployment
kind: Service
apiVersion: v1
metadata:
name: query-service
spec:
selector:
app: query-service
ports:
- name: monitoring
port: 8080
targetPort: 8080
\ No newline at end of file
# Service that exposes this deployment
kind: Service
apiVersion: v1
metadata:
name: query-service
spec:
selector:
app: query-service
ports:
- name: monitoring
port: 8080
targetPort: 8080
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment