Compare commits
	
		
			5 Commits
		
	
	
		
			8927f278f3
			...
			904f16bfc0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 904f16bfc0 | |||
| 4f0a0289fc | |||
| 718df09e88 | |||
| 97f4a5e175 | |||
| bb27ca2c86 | 
@@ -27,6 +27,8 @@ spec:
 | 
			
		||||
          value: "3"
 | 
			
		||||
        - name: OSM_CACHE_DIR
 | 
			
		||||
          value: "/osm-cache"
 | 
			
		||||
        - name: LOKI_URL
 | 
			
		||||
          value: "http://loki.monitoring.svc:3100/loki/api/v1/push"
 | 
			
		||||
        volumeMounts:
 | 
			
		||||
        - name: osm-cache
 | 
			
		||||
          mountPath: /osm-cache
 | 
			
		||||
 
 | 
			
		||||
@@ -6,6 +6,10 @@ resources:
 | 
			
		||||
 | 
			
		||||
namespace: anyway-backend
 | 
			
		||||
nameSuffix: -prod
 | 
			
		||||
labels:
 | 
			
		||||
  - includeSelectors: true
 | 
			
		||||
    pairs:
 | 
			
		||||
      env: prod
 | 
			
		||||
 | 
			
		||||
images:
 | 
			
		||||
  - name: backend-image
 | 
			
		||||
 
 | 
			
		||||
@@ -6,6 +6,12 @@ resources:
 | 
			
		||||
 | 
			
		||||
namespace: anyway-backend
 | 
			
		||||
nameSuffix: -stg
 | 
			
		||||
labels:
 | 
			
		||||
  - includeSelectors: true
 | 
			
		||||
    pairs:
 | 
			
		||||
      env: stg
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
images:
 | 
			
		||||
  - name: backend-image
 | 
			
		||||
    newName: git.kluster.moll.re/anydev/anyway-backend
 | 
			
		||||
@@ -20,3 +26,8 @@ patches:
 | 
			
		||||
    target:
 | 
			
		||||
      kind: Deployment
 | 
			
		||||
      name: anyway-backend
 | 
			
		||||
  - path: patch-deployment.yaml
 | 
			
		||||
    target:
 | 
			
		||||
      kind: Deployment
 | 
			
		||||
      name: anyway-backend
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										5
									
								
								overlays/stg/patch-deployment.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								overlays/stg/patch-deployment.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
- op: add
 | 
			
		||||
  path: /spec/template/spec/containers/0/env/-
 | 
			
		||||
  value:
 | 
			
		||||
    name: DEBUG
 | 
			
		||||
    value: "true"
 | 
			
		||||
		Reference in New Issue
	
	Block a user