Skip to content

Commit

Permalink
ci permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
itayankri committed Dec 24, 2023
1 parent 2920699 commit 9de04ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: itayankri/valhalla-operator
newTag: b096d29
newTag: 932c542
7 changes: 2 additions & 5 deletions examples/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Valhalla
metadata:
name: example
spec:
pbfUrl: https://download.geofabrik.de/australia-oceania/marshall-islands-latest.osm.pbf
pbfUrl: https://download.geofabrik.de/australia-oceania/kiribati-latest.osm.pbf
minReplicas: 2
maxReplicas: 5
resources:
Expand All @@ -15,12 +15,9 @@ spec:
memory: "150Mi"
persistence:
storage: "100Mi"
storageClassName: standard-rwx
storageClassName: nfs-csi
accessMode: ReadWriteMany
service:
type: LoadBalancer
annotations:
example-annotation: "example-annotation"
predictedTraffic:
url: https://example.com
schedule: "*/3 * * * *"

0 comments on commit 9de04ed

Please sign in to comment.