Skip to content

Commit

Permalink
Update golden tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Saratura committed Dec 5, 2023
1 parent 521f55f commit dbf894d
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
COLLECT_INTERVAL: '23'
DAYS: '1'
ODOO_OAUTH_TOKEN_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/product_usage_report_POST
PROM_URL: localhost:9090
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,10 @@ spec:
name: cloudscale-env
- secretRef:
name: credentials-cloudscale
image: ghcr.io/vshn/billing-collector-cloudservices:change_exporter
image: ghcr.io/vshn/billing-collector-cloudservices:new-billing-cloud
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
name: exporter
ports:
- containerPort: 9123
name: exporter
readinessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
ports: []
stdin: false
tty: false
volumeMounts: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
COLLECT_INTERVAL: '23'
DAYS: '1'
ODOO_OAUTH_TOKEN_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/product_usage_report_POST
PROM_URL: ''
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,10 @@ spec:
name: cloudscale-env
- secretRef:
name: credentials-cloudscale
image: ghcr.io/vshn/billing-collector-cloudservices:change_exporter
image: ghcr.io/vshn/billing-collector-cloudservices:new-billing-cloud
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
name: exporter
ports:
- containerPort: 9123
name: exporter
readinessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
ports: []
stdin: false
tty: false
volumeMounts: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
CLUSTER_ID: c-green-test-1234
COLLECT_INTERVAL: '1'
ODOO_OAUTH_TOKEN_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/product_usage_report_POST
PROM_URL: localhost:9090
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,10 @@ spec:
name: exoscale-dbaas-env
- secretRef:
name: credentials-exoscale-dbaas
image: ghcr.io/vshn/billing-collector-cloudservices:change_exporter
image: ghcr.io/vshn/billing-collector-cloudservices:new-billing-cloud
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
name: exporter
ports:
- containerPort: 9123
name: exporter
readinessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
ports: []
stdin: false
tty: false
volumeMounts: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
CLUSTER_ID: c-green-test-1234
COLLECT_INTERVAL: '23'
ODOO_OAUTH_TOKEN_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/product_usage_report_POST
PROM_URL: localhost:9090
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,10 @@ spec:
name: exoscale-objectstorage-env
- secretRef:
name: credentials-exoscale-objectstorage
image: ghcr.io/vshn/billing-collector-cloudservices:change_exporter
image: ghcr.io/vshn/billing-collector-cloudservices:new-billing-cloud
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
name: exporter
ports:
- containerPort: 9123
name: exporter
readinessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
ports: []
stdin: false
tty: false
volumeMounts: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
CLUSTER_ID: c-green-test-1234
COLLECT_INTERVAL: '1'
ODOO_OAUTH_TOKEN_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/product_usage_report_POST
PROM_URL: ''
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,10 @@ spec:
name: exoscale-dbaas-env
- secretRef:
name: credentials-exoscale-dbaas
image: ghcr.io/vshn/billing-collector-cloudservices:change_exporter
image: ghcr.io/vshn/billing-collector-cloudservices:new-billing-cloud
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
name: exporter
ports:
- containerPort: 9123
name: exporter
readinessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
ports: []
stdin: false
tty: false
volumeMounts: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
CLUSTER_ID: c-green-test-1234
COLLECT_INTERVAL: '23'
ODOO_OAUTH_TOKEN_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/authentication/oauth2/token
ODOO_URL: https://test.central.vshn.ch/api/v2/product_usage_report_POST
PROM_URL: ''
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,10 @@ spec:
name: exoscale-objectstorage-env
- secretRef:
name: credentials-exoscale-objectstorage
image: ghcr.io/vshn/billing-collector-cloudservices:change_exporter
image: ghcr.io/vshn/billing-collector-cloudservices:new-billing-cloud
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
name: exporter
ports:
- containerPort: 9123
name: exporter
readinessProbe:
httpGet:
path: /metrics
port: 9123
periodSeconds: 30
ports: []
stdin: false
tty: false
volumeMounts: []
Expand Down

0 comments on commit dbf894d

Please sign in to comment.