# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Python Function
spec:
    description: Python function runtime
    icon: https://svgl.app/library/python.svg
    readme: ""
    services:
        - name: function-python
          icon: https://svgl.app/library/python.svg
          template: PREBUILT_V2
          spec:
            id: function-python
            source:
                image: zeabur/function-python
            volumes:
                - id: service
                  dir: /srv
            env: {}
            configs: []
